func go.pact.im/x/plumb/internal/cli.resolveDestination

2 uses

	go.pact.im/x/plumb/internal/cli (current package)
		cli.go#L83: 	destPath, pkgName, err := resolveDestination(res.Packages, *importPath, *packageName)
		cli.go#L123: func resolveDestination(pkgs []*discover.Package, importPathFlag, packageNameFlag string) (importPath, packageName string, err error) {